Skip to main content
Version: 2.0

Android

How to open Module Details

To open a module details screen, you need to call the openDetails method of the Module interface. This method is available in the ModuleWithDetails interface, which extends the Module interface.

To open the module details screen, you need to get module instance and call the openDetails method

val module =
HumaModuleKitManager.getInstace().findModule<ModuleWithDetails>(moduleId = "your_module_id")
module?.openDetails(context)